15. Components Ember-style Custom HTML

Components Ember-style Custom HTML

INSTRUCTOR NOTE:

In case you can't see it easily, we're replacing the inner menu display logic with {{menu-item}}.

This component is generated with the command ember g component menu-item

Note that the component has is own food variable that needs to be passed from the menu template (e.g. item in the outer template passed to the component as food.)